Invalid Link Fix Proposal - "About Successors"#43966
Invalid Link Fix Proposal - "About Successors"#43966Sharra-writes merged 5 commits intogithub:mainfrom
Conversation
Current Destination: /en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/about-successors Proposed destination: https://docs.github.com/en/repositories/creating-and-managing-repositories/access-to-repositories#about-successors (opens in a new tab) The old path returns a 404.
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
### Why: Closes: The “About successors” link in the article “Maintaining ownership continuity of your personal account's repositories” currently points to an outdated path: `/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/about-successors` That path returns a 404. The correct destination appears to be the “About successors” section in the “Personal repository access and collaboration” article: `https://docs.github.com/en/repositories/creating-and-managing-repositories/access-to-repositories#about-successors` ### What's being changed (if available, include any code snippets, screenshots, or gifs): This PR updates the broken “About successors” link in the ownership continuity documentation. Before: [About successors](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/about-successors) After: [About successors](https://docs.github.com/en/repositories/creating-and-managing-repositories/access-to-repositories#about-successors) Current affected page: `https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/repository-access-and-collaboration/maintaining-ownership-continuity-of-your-personal-accounts-repositories` Current destination: `/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/about-successors` Proposed destination: `https://docs.github.com/en/repositories/creating-and-managing-repositories/access-to-repositories#about-successors` ### Check off the following: - [ ] A subject matter expert (SME) has reviewed the technical accuracy of the content in this PR. In most cases, the author can be the SME. Open source contributions may require an SME review from GitHub staff. - [x] The changes in this PR meet [the docs fundamentals that are required for all content](http://docs.github.com/en/contributing/writing-for-github-docs/about-githubs-documentation-fundamentals). - [ ] All CI checks are passing and the changes look good in the review environment.
Current link on article leads to error page. Proposed link on change.
|
@TinyMaffy Yep! You're very right. Thank you for the fix. |
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
Closes:
The “About successors” link in the article “Maintaining ownership continuity of your personal account's repositories” currently points to an outdated path:
/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/about-successorsThat path returns a 404.
The correct destination appears to be the “About successors” section in the “Personal repository access and collaboration” article:
https://docs.github.com/en/repositories/creating-and-managing-repositories/access-to-repositories#about-successorsWhat's being changed (if available, include any code snippets, screenshots, or gifs):
This PR updates the broken “About successors” link in the ownership continuity documentation.
Before:
About successors
After:
About successors
Current affected page:
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/repository-access-and-collaboration/maintaining-ownership-continuity-of-your-personal-accounts-repositoriesCurrent destination:
/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/about-successorsProposed destination:
https://docs.github.com/en/repositories/creating-and-managing-repositories/access-to-repositories#about-successorsWhich I believe should be:
[About successors] (/repositories/creating-and-managing-repositories/access-to-repositories#about-successors)
On the article.
Check off the following: